Welcome![Sign In][Sign Up]
Location:
Search - http class

Search list

[ADO-ODBCdotnetAlbum

Description: 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } 并在Web.Config里设置数据库为SqlServer Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http : / / class.19870123.cn / downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website / admin / default administrator : admin Password : admin can register a new user after the user to install a new administrator after users delete admin
Platform: | Size: 616085 | Author: xhy | Hits:

[Button control19870123class

Description: 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class MyMasterPage : LeeHom.Web.UI.OleMasterPage { } #else public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } #endif Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户 由于本人学习.net只有半年多,所以做出来的作品在代码上有些乱,有可能存在不少bug 如果有什么bug或是好的意见,希望大家给我发说明一下. 我的邮箱地址是:dotnetlee@qq.com 或到 http://www.19870123.cn/ 留言 同时,本系统使用的类库请在 http://www.19870123.cn/?tid=157 下载 说明文档在 http://doc.19870123.cn/
Platform: | Size: 475042 | Author: 快乐 | Hits:

[Other resourceclass

Description: 单班同学录系统 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin
Platform: | Size: 626044 | Author: 张明 | Hits:

[WinSock-NDIS封装了HTTP操作的类,支持代理服务

Description: 一个将Http操作进行封装的类!使该类操作更加方便-to operate a package for the class! To make such operations more convenient
Platform: | Size: 17220 | Author: 高泽虎 | Hits:

[Web Serverhttpparametersabc

Description: 一个解析http请求参数的MFC类-A MFC class which is used to parse request parameter of http
Platform: | Size: 2048 | Author: 站长 | Hits:

[Consolehttp_client

Description: 一个简易的HTTP协议客户端C++类-c++ class of simple http_client
Platform: | Size: 5120 | Author: 罗少波 | Hits:

[Internet-Network封装了HTTP操作的类,支持代理服务

Description: 一个将Http操作进行封装的类!使该类操作更加方便-to operate a package for the class! To make such operations more convenient
Platform: | Size: 17408 | Author: | Hits:

[Internet-Network20040801094647_http

Description: 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading) the author: North industrial university 2,000 levels of computers 4 class of querw downloaded a document from the HTTP server to have very many methods, the "warm-hearted" Microsoft has provided the WinInet kind, used very to be also convenient Certainly, we also may own realize these functions, is very easy through formatted request to be able to realize the break point to continue passes on and inspects renewal and so on function
Platform: | Size: 103424 | Author: 申平 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[CSharpMyBrowsers

Description: 这是一个通过MFC WinInet类实现的HTTP客户程序-through MFC WinInet Class Implementation of the HTTP client program
Platform: | Size: 45056 | Author: 蔡海 | Hits:

[P2PP2PDemo

Description: 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue burrows Demonstration Program, the source of information is : a) P2P UDP penetrate NAT's Theory and Implementation (source code)-- http :// www.cnpaf.net/Class/hack/0512182034513 804825.htm 2) Wang Ping
Platform: | Size: 29696 | Author: xiaoyan | Hits:

[Internet-NetworkP2Psim_sourcecode

Description: P2P模拟器P2Psim的程序源码,来自http://trappie.studentenweb.org/andy/main.php?page=download.php-P2P simulator P2Psim procedures source from http :// trappie.studentenweb.org/andy/main.php page = download.php
Platform: | Size: 65536 | Author: 李雯 | Hits:

[Web ServerHS_HTTP_SVR

Description: 本程序是通过MFC CAsyncSocket类实现的一个多线程HTTP服务器,它支持CGI和ISAPI。-this procedure is adopted MFC CAsyncSocket Class Implementation of a multithreaded HTTP service , with support for CGI and ISAPI.
Platform: | Size: 3027968 | Author: 侯爽 | Hits:

[ADO-ODBCdotnetAlbum

Description: 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } 并在Web.Config里设置数据库为SqlServer Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http :// class.19870123.cn/downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website/admin/default administrator : admin Password : admin can register a new user after the user to install a new administrator after users delete admin
Platform: | Size: 615424 | Author: xhy | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Platform: | Size: 116736 | Author: 李茜 | Hits:

[Internet-NetworkHttp.class

Description: http工具类,提供一系列http方法,方便应用-http tools, provide a series of http methods, convenient application
Platform: | Size: 5120 | Author: 张少儒 | Hits:

[ISAPI-IEhttp

Description: 一个在vc上运行的http类,实现http put、get、post三种方法-A http class run on vc, achieve http put, get, post three methods
Platform: | Size: 3072 | Author: 陈江 | Hits:

[Windows DevelopHttpClient

Description: c++封装的一个http的类,特别好用。(A HTTP class of c++ packages,)
Platform: | Size: 3072 | Author: 鐘点 | Hits:

[Internet-Networkhttp

Description: 主要用于在c++中进行http同步请求的接口类,使用很简单,支持Get/Post请求方式(The interface class, which is mainly used in c++ for HTTP synchronization requests, is easy to use and supports the Get/Post request mode)
Platform: | Size: 1516544 | Author: fdghgfhgfh | Hits:

[Othercom.yt.tools.http

Description: 为http的功能类,maven方式构建的,封装了文件,json,string,byte等获取方式,同时提供了多种延伸的方式,简单易用。(For the function class of HTTP, the way of Maven is built, which encapsulates the way of obtaining files, JSON, string, byte and so on. At the same time, it provides a variety of extensions.)
Platform: | Size: 37888 | Author: Ruien | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net